PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / setEnableDocumentFileAttachments Method
True if the document file attachments are enabled.
In This Topic
    setEnableDocumentFileAttachments Method
    In This Topic
    Sets a value indicating whether document file attachments are enabled.
    If document file attachments are not enabled, then the method will return null and new attachments cannot be created.
    Syntax
    public void setEnableDocumentFileAttachments( 
       boolean value
    )

    Parameters

    value
    True if the document file attachments are enabled.
    See Also